-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: v9 Option hover and pressed tokens #28592
base: master
Are you sure you want to change the base?
Conversation
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 588 | 616 | 5000 | |
Button | mount | 287 | 297 | 5000 | |
Field | mount | 1078 | 1055 | 5000 | |
FluentProvider | mount | 648 | 645 | 5000 | |
FluentProviderWithTheme | mount | 77 | 85 | 10 | |
FluentProviderWithTheme | virtual-rerender | 67 | 64 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 72 | 75 | 10 | |
InfoButton | mount | 13 | 12 | 5000 | |
MakeStyles | mount | 847 | 855 | 50000 | |
Persona | mount | 1649 | 1565 | 5000 | |
SpinButton | mount | 1304 | 1340 | 5000 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 06c689c:
|
📊 Bundle size reportUnchanged fixtures
|
@@ -0,0 +1,7 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵 fluentuiv9 Open the Visual Regressions report to inspect the affected screenshots
Combobox Converged 2 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
Combobox Converged.Disabled option.active option.chromium.png | 53 | Changed |
Combobox Converged.Disabled option.hover.chromium.png | 53 | Changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like you need to ensure that these colors are properly overriden when an Option
is disabled
.
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 14804fe31e9f34d3f21998dcb386fdddd23f9839 (build) |
Adds explicit tokens for react-combobox Option hover & pressed states. This does not change the Web light/dark theme, but does affect Teams high contrast, and potentially other themes that use separate hover/pressed foreground tokens.
Fixes #28225